* (bug 10761) Update Malayalam translation
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 1 Aug 2007 06:34:03 +0000 (06:34 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 1 Aug 2007 06:34:03 +0000 (06:34 +0000)
  Patch by Sadik Khalid

languages/messages/MessagesMl.php

index 35e24be..f58e0cc 100644 (file)
@@ -32,4 +32,46 @@ $namespaceNames = array(
        NS_HELP_TALK => 'സഹായത്തിന്റെ_സംവാദം',
 );
 
+$messages = array(
+# Days of the week
+'sunday'        => 'ഞായര്‍',
+'monday'        => 'തിങ്കള്‍',
+'tuesday'       => 'ചൊവ്വ',
+'wednesday'     => 'ബുധന്‍',
+'thursday'      => 'വ്യാഴം',
+'friday'        => 'വെള്ളി',
+'saturday'      => 'ശനി',
+'sun'           => 'ഞാ.',
+'mon'           => 'തി.',
+'tue'           => 'ചൊ.',
+'wed'           => 'ബു.',
+'thu'           => 'വ്യാ.',
+'fri'           => 'വെ.',
+'sat'           => 'ശ.',
 
+# Month names
+'january'       => 'ജനുവരി',
+'february'      => 'ഫെബ്രുവരി',
+'march'         => 'മാര്‍ച്ച്‌',
+'april'         => 'ഏപ്രില്‍',
+'may_long'      => 'മേയ്‌',
+'june'          => 'ജൂണ്‍',
+'july'          => 'ജൂലൈ',
+'august'        => 'ഓഗസ്റ്റ്‌',
+'september'     => 'സെപ്റ്റംബര്‍',
+'october'       => 'ഒക്ടോബര്‍',
+'november'      => 'നവംബര്‍',
+'december'      => 'ഡിസംബര്‍',
+'jan'           => 'ജനു.',
+'feb'           => 'ഫെബ്രു.',
+'mar'           => 'മാര്‍.',
+'apr'           => 'ഏപ്രി.',
+'may'           => 'മേയ്‌',
+'jun'           => 'ജൂണ്‍',
+'jul'           => 'ജൂലൈ',
+'aug'           => 'ഓഗ.',
+'sep'           => 'സെപ്റ്റം.',
+'oct'           => 'ഒക്ടോ‍.‍',
+'nov'           => 'നവം.',
+'dec'           => 'ഡിസം.',
+);